-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix bug with loading molecule statmech during Rate jobs #73
Conversation
Codecov Report
@@ Coverage Diff @@
## master #73 +/- ##
==========================================
- Coverage 41.2% 41.18% -0.02%
==========================================
Files 22 22
Lines 4842 4844 +2
Branches 1251 1253 +2
==========================================
Hits 1995 1995
+ Misses 2534 2532 -2
- Partials 313 317 +4
Continue to review full report at Codecov.
|
arc/processor.py
Outdated
@@ -198,10 +199,10 @@ def process(self): | |||
species.rmg_thermo = self.rmgdb.thermo.getThermoData(species.rmg_species) | |||
except ValueError: | |||
logging.info('Could not retrieve RMG thermo for species {0}, possibly due to missing 2D structure ' | |||
'(bond orders). Not including this species in the parity plots.'.format(species.label)) | |||
'(bond orders). Not including this species in the parity plots.'.format(species.label)) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you remove this line from the commit?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed
0b96e72
to
0fab694
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great! Can you rebase?
0fab694
to
d714bf3
Compare
Rebased |
…nd to generate thermo for them
d714bf3
to
dd1fa18
Compare
Thanks! |
This causes ARC to still load statmech for species it isn't calculating thermo for.